-
Couldn't load subscription status.
- Fork 47
Add Modifications to Python Library For Checkout Api #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Modifications to Python Library For Checkout Api #158
Conversation
security code-scanning
… calling the correct action, cancels action fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment.
|
@acampos1916 gtg |
|
@acampos1916 Any update from your side :) ? |
|
Any idea when this will be looked at? @acampos1916 @candemiralp @AlexandrosMor @martinsrenato @rikterbeek 😄 |
What problem you’re solving:
The Adyen Python Library lacks support for the full Checkout API actions.
Capture
Refund
Reversals
Cancel/Technical Cancel
Our Team at Tier needs this functionality implemented in the Python library in order to fully integrate with our backend system.
Your approach to fixing the problem:
Implemented the above functionality by building on the current service/client in the code base. I added a new parameter to send a path parameter to the Adyen Api.
Any tests you wrote:
Each new action has two tests written, one success and one that mocks an error.
Additionally a test that checks for race condition.